Returns the element with latest time before the given time. Returns null is there is no such element.

Namespace:  Equis.JanusToolkit
Assembly:  Janus (in Janus.dll)

Syntax

C#
protected Value<ValueType> ValueBefore(
	int t,
	bool sentToRemoteOnly
)

Parameters

t
Type: System..::..Int32
A time
sentToRemoteOnly
Type: System..::..Boolean
If true, only use value which have been sent to remote clients

Return Value

See Also